GridDataRowCell Properties
An object defining properties for the GridDataRowCell class.
Column
The column metadata associated with the grid cell.
Type: GridDataColumn
Name
The name of the grid column this cell belongs to.
Type: string
Value
The value stored in the grid cell.
Type: object
Text
The textual representation of the cell value.
Type: string